home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / Xtras / Behavior Library for Java.cst / 00011_Script_GoNextMarkerMouseUp < prev    next >
Text File  |  1998-04-08  |  322b  |  21 lines

  1. -- Marker  Go to Next MouseUp
  2.  
  3.  
  4. --  nav
  5. -- Behavior Library 1.1 for Java
  6.  
  7. --  goes to next marker on mouseUp
  8.  
  9.  
  10. on mouseUp me
  11.   go to marker (1)
  12. end
  13.  
  14.  
  15.  
  16.  
  17. on getBehaviorDescription
  18.   return "Moves the Playback Head to the next marker on mouseUp.  Drag to a sprite or a frame in the script channel." 
  19. end
  20.  
  21.